-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] add ksize selectors back into sourmash sig functions #1105
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1105 +/- ##
==========================================
+ Coverage 83.86% 92.90% +9.04%
==========================================
Files 98 74 -24
Lines 9108 5736 -3372
==========================================
- Hits 7638 5329 -2309
+ Misses 1470 407 -1063
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Ready for review and merge! @erikyoung85 can you take a look at this? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually there seems to be an issue with building sourmash
ooh yes, a test failed on the Travis CI build! will fix. |
Add
-k
back into sourmash sig functions.Fixes #1104
TODO: add tests for
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?